home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Music Organizer Deluxe 1.9 / _SETUP.1 / Deluxe.exe / 0 / RCDATA / TDUPLICATESDLG / TDUPLICATESDLG.txt
Text File  |  2002-05-01  |  1KB  |  71 lines

  1. object DuplicatesDlg: TDuplicatesDlg
  2.   Left = 146
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'Duplicate Records'
  6.   ClientHeight = 206
  7.   ClientWidth = 417
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 114
  21.     Height = 13
  22.     Caption = 'Select Duplication Field:'
  23.   end
  24.   object BitBtn1: TBitBtn
  25.     Left = 328
  26.     Top = 8
  27.     Width = 75
  28.     Height = 25
  29.     TabOrder = 0
  30.     Kind = bkOK
  31.   end
  32.   object BitBtn2: TBitBtn
  33.     Left = 328
  34.     Top = 40
  35.     Width = 75
  36.     Height = 25
  37.     TabOrder = 1
  38.     OnClick = BitBtn2Click
  39.     Kind = bkHelp
  40.   end
  41.   object ListBox1: TListBox
  42.     Left = 16
  43.     Top = 24
  44.     Width = 265
  45.     Height = 97
  46.     ItemHeight = 13
  47.     TabOrder = 2
  48.     OnClick = ListBox1Click
  49.   end
  50.   object Button1: TButton
  51.     Left = 16
  52.     Top = 136
  53.     Width = 265
  54.     Height = 25
  55.     Caption = 'Display Duplicate Records'
  56.     Enabled = False
  57.     TabOrder = 3
  58.     OnClick = Button1Click
  59.   end
  60.   object Button2: TButton
  61.     Left = 16
  62.     Top = 168
  63.     Width = 265
  64.     Height = 25
  65.     Caption = 'Delete Duplicate Records - Keep First Record'
  66.     Enabled = False
  67.     TabOrder = 4
  68.     OnClick = Button2Click
  69.   end
  70. end
  71.